.element0101 {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /*transition: all 0.4s cubic-bezier(0.0, 0, 0.0, 0.0);*/

}

              .element0101 img{
				width:100%;
				height:100%;
				padding-top:0px;
				border-bottom:2px solid;
			    border-bottom-color:#888888;
			
		}	

.element0101:hover {
  transform: scale(1.02) rotate(0deg) translate(2px, 5px) skewX(0deg);
  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1.1);
}